-
Notifications
You must be signed in to change notification settings - Fork 387
feat(pixi_api): Add add_conda_deps / add_pypi_deps / remove_conda_deps / remove_pypi_deps #4915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b5ad91e to
816329d
Compare
|
Some tests were failing because of a stack overflow. I don't think it's a problem with recursion, more a problem with the futures simply being too large / too nested because of the additional |
Hofer-Julian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Let's bring this in, after solving the merge conflicts
…String before passing to tracing
eee6df4 to
8f5c0c3
Compare
Description
Moves
pixi addandpixi removelogic from pixi_cli to pixi_api, so other apps can make use of it as well.Also upgrades
rattler_conda_typesto0.42.0, since it contains changes which are needed forpixi_apiconsumers, like deserializableMatchSpecstruct.Adds to
WorkspaceContext:Checklist: